home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d20
/
msgq160s.arc
/
SHELL.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-26
|
254 b
|
12 lines
/*
* Exec with swap
* Written by P.J. Muller
*/
unsigned char shell(char *path, char *command);
extern unsigned char swapping_enabled;
extern void (far *shell_message)(char swapmode, long amount);
enum {SWAP_NONE, SWAP_EMS, SWAP_DISK};